Skip to content

Literals

Type Alias String values
ByteOrder ByteOrderChar | ByteOrderName | {'L', 'B', 'N', 'I', 'S'}
ByteOrderChar {'<', '>', '=', '|'}
ByteOrderName {'little', 'big', 'native', 'ignore', 'swap'}
Casting CastingUnsafe | CastingSafe
CastingUnsafe {'unsafe'}
CastingSafe {'no', 'equiv', 'safe', 'same_kind'}
ConvolveMode {'full', 'same', 'valid'}
Device {'cpu'}
IndexMode {'raise', 'wrap', 'clip'}
OrderCF {'C', 'F'}
OrderACF {'A', 'C', 'F'}
OrderKACF {'K', 'A', 'C', 'F'}
PartitionKind {'introselect'}
SortKind {'Q', 'quick', 'quicksort', 'M', 'merge', 'mergesort', 'H', 'heap', 'heapsort', 'S', 'stable', 'stablesort'}
SortSide {'left', 'right'}