Re: [swift-users] Bls: Bls: module (de)-initialization

2016-12-22 Thread Glenn L. Austin via swift-users
> On Dec 21, 2016, at 7:29 PM, Mr Bee via swift-users > wrote: > > Sorry for not being clear. My english isn't very good either. > > What I meant was static module linking (loading and unloading) for Swift > modules. Also with initialization and deinitialization for

Re: [swift-users] Detect if a generic type is numeric

2017-10-01 Thread Glenn L. Austin via swift-users
> On Oct 1, 2017, at 8:56 AM, Dave Reed via swift-users > wrote: > > >> On Sep 21, 2017, at 3:58 PM, V T via swift-users >> wrote: >> >> Hi there! >> >> Is there a best way to check if a given type conforms to numeric protocol >> (Integer or