innmind/mutable

Mutable data structures

Installs: 440

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/innmind/mutable

1.0.0 2026-01-18 14:14 UTC

This package is auto-updated.

Last update: 2026-01-18 14:17:19 UTC


README

Build Status codecov Type Coverage

This a collection of mutable data structures.

Installation

composer require innmind/mutable

Usage

Available structures:

  • Innmind\Mutable\Map
  • Innmind\Mutable\Queue FIFO queue
  • Innmind\Mutable\Ring Circle through a fixed sequence of data in an infinite loop
  • Innmind\Mutable\Set
  • Innmind\Mutable\Stack LIFO queue