Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in type-assertion
Golang: Can you type a returned interface{} in one statement?
Dec 21, 2022
go
interface
type-assertion
multiple-return-values
invalid operation: type interface {} does not support indexing
Dec 12, 2022
json
dictionary
go
unmarshalling
type-assertion
What is the detail logic of type assertion in typescript?
Nov 09, 2022
typescript
type-assertion
Type assertion via "as" keyword in a new create-react-app project results in `Parsing error: Unexpected token, expected ";"`
Mar 09, 2022
typescript
create-react-app
type-assertion
Go: Dynamic type cast/assertion of struct's with interface (to call methods and use struct commons)
Oct 22, 2022
go
reflection
revel
type-assertion
How to iterate over an []interface{} in Go
Nov 03, 2022
go
interface
type-assertion
Is it "bad form" to perform map lookup and type assertion in one statement?
Apr 09, 2022
dictionary
go
idioms
type-assertion
Why map and type assertion can return 1 or 2 values?
Apr 10, 2022
go
type-assertion
Passing in a type variable into function
Sep 21, 2019
go
type-conversion
type-assertion
What’s the difference between definite assignment assertion and ambient declaration?
Nov 04, 2022
typescript
initialization
type-assertion
typescript-class
How to log type assertion errors in golang?
Sep 20, 2022
go
error-handling
type-assertion
Learning TypeScript - Casting Types
Jan 28, 2019
typescript
inheritance
type-assertion
What is the difference between type conversion and type assertion?
Sep 16, 2022
go
type-conversion
type-assertion
Does a type assertion / type switch have bad performance / is slow in Go?
Aug 26, 2022
casting
go
type-conversion
type-assertion
What does the "as const" mean in TypeScript and what is its use case?
Oct 06, 2022
typescript
type-assertion
What is the meaning of "dot parenthesis" syntax? [duplicate]
Nov 22, 2020
go
syntax
type-assertion
language-concepts
How to assert a type of an HTMLElement in TypeScript?
Aug 14, 2022
typescript
type-assertion
typescript-types
typescript-lib-dom