Type alias DefaultZherebko

DefaultZherebko: Zherebko<{
    nodeSize: readonly [1, 1];
    rank: Rank<unknown, unknown>;
    tweaks: readonly [];
}>

the default zherebko operator

Type declaration

  • nodeSize: readonly [1, 1]

    default node size

  • rank: Rank<unknown, unknown>

    no specified ranks

  • tweaks: readonly []

    no tweaks

Generated using TypeDoc