Skip to content

Get rid of IPositionedSequence<'a>.AllowedToInsertAtArbitraryPlaces #51

Description

@ForNeVeR

We have the a TODO in the following code:

type IPositionedSequence<'a> =
// TODO: Drop this flag, since it is the only mode we use in production code
abstract AllowedToInsertAtArbitraryPlaces: bool
abstract MaxCoord: int
abstract GetItem: coord: int -> 'a option
abstract AcceptsOn: coord: int * item: 'a -> bool

It should be fixed.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions