[][src]Module garando_syntax2::util

Modules

lev_distance
move_map
node_count

Simply gives a rought count of the number of nodes in an AST.

parser
small_vector

Structs

RcSlice
ThinVec

A vector type optimized for cases where this size is usually 0 (c.f. SmallVector). The Option<Box<..>> wrapping allows us to represent a zero sized vector with None, which uses only a single (null) pointer.