Skip to content

snosov1/dutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dutils

Utilities for the D programming languages.

Short description of utilities:

  1. Unique

A struct that uniquely owns a GC-allocated resource - an Object or an array. Features:

  • automatic deletion
  • prevents copying, while allows moving
  • can be released as an immutable object
  • can be moved to another thread via send

About

Utilities for the D programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages