Fork me on GitHub

src/arraymancer/tensor/private/p_accessors_macros_desugar

Search:
Group by:
  Source Edit

Macros

macro desugar(args: untyped): void
Transform all syntactic sugar in arguments to integer or SteppedSlices It will then be dispatched to "atIndex" (if specific integers) or "slicer" if there are SteppedSlices   Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood