stacklayouttype.d 66 B

123456
  1. module stacklayouttype;
  2. enum StackLayoutType {
  3. row, column
  4. }