BaseString constructor

BaseString(
  1. String s
)

Implementation

BaseString(String s) : string = s;