Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implement TArray #1177

@jdegoes

Description

@jdegoes

Implement zio.stm.TArray:

class TArray[A] private (array: Array[TRef[A]]) { ... }

with methods similar to Array inside it, allowing access and updating by index, as well as folding and other types of functionality compatible with STM.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions