Module analiticcl::types

source ·

Structs

Enums

Constants

Type Definitions

  • Defines the alphabet, index corresponds how things are encoded, multiple strings may be encoded in the same way
  • The anagram hash: uses a bag-of-characters representation where each bit flags the presence/absence of a certain character (the order of the bits are defined by Alphabet)
  • A normalized string encoded via the alphabet
  • Each type gets assigned an ID integer, carries no further meaning