module VectorBuilder.Builder
(
  Builder,
  empty,
  singleton,
  vector,
)
where

import VectorBuilder.Private.Builder