Skip to content

Regrip API / domain/MoveBuffer.gen / pushRecent

Variable: pushRecent

const pushRecent: <m>(_1, _2) => state<m>

Defined in: packages/core/src/domain/MoveBuffer.gen.ts:14

Append to the recent window, trimming it to the last 256.

Type Parameters

m

m

Parameters

_1

state<m>

_2

m

Returns

state<m>