type
enum
constructors
| fromStr | 
 Return the Dir instance for the specified name.  | 
|---|
fields
| vals | 
 List of Dir values indexed by ordinal  | 
|---|
Slot Details
down
const static Dir down := ...
fromStr
left
const static Dir left := ...
right
const static Dir right := ...
up
const static Dir up := ...
vals
const static Dir[] vals := Dir[Dir.up,Dir.down,Dir.left,Dir.right]
List of Dir values indexed by ordinal