how to distinguish static types?

34 views
Skip to first unread message

Stepan Koltsov

unread,
Aug 11, 2012, 11:10:49 AM8/11/12
to clay-l...@googlegroups.com
Hi.

How can I distinguish static string from static something else? In other words, how to implement function

```
StaticString?(T): Bool
```

that returns true for #"aaa" and false for #1.

--
Stepa

Stepan Koltsov

unread,
Aug 12, 2012, 11:13:20 AM8/12/12
to clay-l...@googlegroups.com
I found it:

```
Static?(T) and String?(T)
```

--
Stepa
Reply all
Reply to author
Forward
0 new messages