src/hmisc/extra/treediff/lcs_matcher

  Source   Edit

Types

LcsMatcher = ref object of Matcher
  Source   Edit

Procs

proc newLcsMatcher(): LcsMatcher {....raises: [], tags: [].}
  Source   Edit

Methods

method match(this: LcsMatcher; src: Tree; dst: Tree; mappings: MappingStore): MappingStore {.
    ...raises: [NilArgumentError, Exception, KeyError], tags: [RootEffect].}
  Source   Edit