Skip to content

PatternMatching and DeferredListOperation

Compare
Choose a tag to compare
@DominicAglialoro DominicAglialoro released this 18 Jan 01:04
· 31 commits to master since this release
c53fefc
  • Added PatternMatching, a utility class for finding patterns in sets of data. Particularly useful for finding sequences of instructions when using transpilers
  • Added DeferredListOperation, a utility class for queuing multiple changes to a list and applying them at the same time