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 lifetime
How to use mutable member Vec?
Nov 07, 2025
rust
lifetime
What is the significance of the name `'a` in all of Rust's reference lifetime annotation examples?
Nov 07, 2025
rust
lifetime
Why returning a reference owned by the current function is allowed in Rust?
Nov 06, 2025
struct
rust
initialization
lifetime
ownership
How to implement IntoIterator for Tree<T>?
Nov 06, 2025
rust
iterator
lifetime
does calling a function means leaving the scope of an object declared prior to that call in C?
Nov 02, 2025
c
scope
language-lawyer
lifetime
variable-length-array
lifetime of an array after placement new
Nov 03, 2025
c++
arrays
storage
lifetime
pointer-arithmetic
Returning const reference to temporary behaves differently than local const reference?
Nov 02, 2025
c++
reference
lifetime
temporary
temporary-objects
Why isn't the `+ 'static` on my `-> impl Future<...> + 'static` trait method respected?
Oct 31, 2025
asynchronous
rust
traits
lifetime
How to rereference a mutable slice [duplicate]
Oct 31, 2025
rust
lifetime
borrow-checker
How to pass an Arc clone to a closure?
Oct 29, 2025
rust
closures
lifetime
borrow-checker
trait-objects
How do I pass an async callback containing an argument that is a reference?
Oct 30, 2025
rust
async-await
lifetime
How to assign to the variable used in match expression inside a match branch?
Oct 30, 2025
rust
match
lifetime
borrow-checker
C++ lifetime of a dangling string
Oct 29, 2025
c++
pointers
standards
lifetime
What is the object scope and lifetime in the different ASP.NET MVC components?
Oct 28, 2025
c#
asp.net
asp.net-mvc
scope
lifetime
How do I form a slice from a HashSet?
Oct 27, 2025
rust
lifetime
Lifetime in recursive struct with mutable reference
Oct 26, 2025
rust
lifetime
recursive-datastructures
Why don't Deref-like traits compose?
Oct 27, 2025
rust
traits
lifetime
borrow-checker
Rust Callback: Error: Lifetime 'static required
Oct 26, 2025
rust
lifetime
Cyclic reference of RefCell borrows in traversal
Oct 25, 2025
rust
smart-pointers
lifetime
borrowing
interior-mutability
Why can't a variable be moved out of a closure?
Oct 26, 2025
function
lambda
rust
move-semantics
lifetime
Older Entries »