Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "sol"

Index

Classes

Type aliases

Functions

Type aliases

SOFn

SOFn<T>: Fn2<SOL<T>, ConsCell<T>, ConsCell<T>>

Self-organization function/handler. Attempts to re-order given list cell and returns cell containing original cell's value after re-ordering. E.g. in transpose strategy the original cell's value will now be in predecessor.

Type parameters

  • T

Functions

Const defMTF

  • defMTF<T>(src?: Iterable<T>): SOL<T>

Const defTranspose

  • defTranspose<T>(src?: Iterable<T>): SOL<T>

Generated using TypeDoc