Module enso_prelude::non_empty_vec[][src]

Expand description

This file contains an implementation of Vec that can’t be empty.

Structs

NonEmptyVec

A version of std::vec::Vec that can’t be empty.