On Wednesday, 19 January 2022 at 15:01:29 UTC, michaelbi wrote:as captioned... thx.```d import std.stdio; import std.conv; void main() { writefln("0b%b", to!int("111000", 2)); } ```
Got it, thanks
MichaelBi via Digitalmars-d-learn Wed, 19 Jan 2022 15:50:49 -0800
On Wednesday, 19 January 2022 at 15:01:29 UTC, michaelbi wrote:as captioned... thx.```d import std.stdio; import std.conv; void main() { writefln("0b%b", to!int("111000", 2)); } ```
Got it, thanks